projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c283d4
)
(recover-file): Fix error message.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 21 Apr 1997 04:48:47 +0000
(
04:48
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 21 Apr 1997 04:48:47 +0000
(
04:48
+0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index ecaab4e83cac3a1cead7414bc43e3d1e6d268b79..15f9c3af56470b8e724b3691a7eb6f9aad666b31 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-2418,7
+2418,7
@@
non-nil, it is called instead of rereading visited file contents."
(erase-buffer)
(insert-file-contents file-name nil))
(after-find-file nil nil t))
- (t (error "Recover-file cancelled
.
")))))
+ (t (error "Recover-file cancelled")))))
(defun recover-session ()
"Recover auto save files from a previous Emacs session.